ComponentOne Bitmap for UWP
Matrix3x2 Constructor(Single[])

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Matrix3x2 Constructor : Matrix3x2 Constructor(Single[])
The values to assign to the components of the matrix. This must be an array with six elements.
Initializes a new instance of the Matrix3x2 struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal values() As System.Single _
)
public Matrix3x2( 
   System.float[] values
)

Parameters

values
The values to assign to the components of the matrix. This must be an array with six elements.
Exceptions
ExceptionDescription
Thrown when values is null.
Thrown when values contains more or less than sixteen elements.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List